From f3bc38886d96125d478e7dc3f73c870d5bab8e86 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 3 Jul 2007 16:37:08 +0000 Subject: [PATCH] Typo fix in gbser_posix.c --- gpsbabel/gbser_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gbser_posix.c b/gpsbabel/gbser_posix.c index 689386ffe..c2c6cab3c 100644 --- a/gpsbabel/gbser_posix.c +++ b/gpsbabel/gbser_posix.c @@ -117,7 +117,7 @@ void *gbser_init(const char *port_name) { h->magic = MYMAGIC; h->vmin = h->vtime = 0; - if (0 == strcmp(port_name, "-") { + if (0 == strcmp(port_name, "-")) { h->fd = 0; return h; } -- 2.30.2